@charset "utf-8";

.flex {
	display: flex;
	flex-direction: row;
}

.con {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.xiala {
	position: absolute;
	width: 36px;
	height: 102px;
	background: url(../images/xiala.png) no-repeat;
	background-size: 100% 100%;
	bottom: 20px;
	z-index: 9;
	left: calc((100% - 36px) / 2);
	animation: mymove 1s linear infinite;
	-webkit-animation: mymove 1s linear infinite;
	animation-direction: alternate;
	-webkit-animation-direction: alternate;
}

@keyframes mymove {
	from {
		bottom: 20px;
	}

	to {
		bottom: 30px;
	}
}

@-webkit-keyframes mymove

/*Safari and Chrome*/
	{
	from {
		bottom: 20px;
	}

	to {
		bottom: 30px;
	}
}

.nav {
	z-index: 5;
	position: fixed;
	_position: absolute;
	background: #fff;
	top: 0;
	left: 0;
	width: 100%;
	/* height: 136px; */
	/* padding: 30px 0; */
}

.nav .logo {
	width: 3.21rem;
	padding: 0.2rem 0;
	/* height: 104px; */
}

.nav .logo img {
	width: 2.27rem;
}

.nav .navlist {
	/* height: 80px; */
	width: 4.55rem;
	margin-left: 0.6rem;
	justify-content: space-between;
	flex: 1;
	align-items: center;
	margin-right: 100px;
}

.nav .navlist li {
	/* height: 80px; */
	/* line-height: 80px; */
	box-sizing: border-box;
	width: 0.8rem;
	font-size: 0.16rem;
	text-align: center;
	font-weight: bold;
}

.nav .navlist .active {
	color: #CE2520;
}

.nav .navbtnlist {
	align-items: center;
	position: absolute;
	right: 0;
}

.nav .navbtnlist .btn {
	transition: 0.5s;
	width: 0.39rem;
	height: 0.39rem;
	line-height: 0.39rem;
	border-radius: 0.39rem;
	border: 1px solid #b3b3b3;
	overflow: hidden;
	margin-left: 0.2rem;
	justify-content: center;
	align-items: center;
	position: relative;
	background: #fff;
}

.nav .nav1form {
	align-items: center;
	display: none;
}

.telbtn:hover .telb {
	opacity: 1;
}

.telbtn .telb {
	position: absolute;
	width: 2rem;
	height: 0.4rem;
	line-height: 0.4rem;
	top: 0.2rem;
	z-index: 999;
	/* left: -0.1rem; */
	background-color: #fff;
	opacity: 0;
	/* visibility: hidden; */
	transition: all .3s ease-out 0s;
	transform: translate3d(0, 30px, 0);
	-moz-transform: translate3d(0, 30px, 0);
	-webkit-transform: translate3d(0, 30px, 0);

	text-align: center;
	border: 1px solid #ccc;
	border-radius: 20px;
}

.sscode {
	position: absolute;
	width: 2rem;
	height: 0.4rem;
	top: 0.2rem;
	z-index: 999;
	/* left: -0.1rem; */
	background-color: #fff;
	opacity: 0;
	/* visibility: hidden; */
	transition: all .3s ease-out 0s;
	transform: translate3d(0, 30px, 0);
	-moz-transform: translate3d(0, 30px, 0);
	-webkit-transform: translate3d(0, 30px, 0);
	display: flex;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 20px;
}

.nav .ss_bd {
	width: 1.5rem;
	height: 0.2rem;
	border: none;
	font-size: 0.12rem;
	outline: none;
	color: #1c1c1c;

}

.nav .ss_btn {
	width: 0.39rem;
	height: 0.39rem;
	border: none;
	font-size: 0.12rem;
	background: url(../images/nav1.png) no-repeat;
	outline: none;
	background-position: center;
}

.navsou:hover .sscode {
	opacity: 1;
}

.telb {
	position: absolute;
	width: 1rem;
	height: 1rem;
	top: 0.17rem;
	left: -0.1rem;
	background-color: #fff;
	opacity: 0;
}

.nav .wxcode {
	position: absolute;
	width: 1rem;
	height: 1rem;
	top: 0.17rem;
	left: -0.1rem;
	background-color: #fff;
	opacity: 0;
	/* visibility: hidden; */
	transition: all .3s ease-out 0s;
	transform: translate3d(0, 30px, 0);
	-moz-transform: translate3d(0, 30px, 0);
	-webkit-transform: translate3d(0, 30px, 0);
}

.nav .navewm {
	position: relative;
	cursor: pointer;
}

.navewm:hover .wxcode {
	opacity: 1;
}

.nav .btn3 {
	animation-delay: 1.5s;
	text-align: center;
	vertical-align: middle;
}

.nav .btn3 img {
	margin-top: 0.1rem;
	vertical-align: initial;
}

.nav .btn3 span {
	color: #1c1c1c;
	font-size: 0.14rem;
	display: none;
	line-height: 0.39rem;
	opacity: 0;
	vertical-align: middle;
}

.section {
	margin-bottom: 0.01rem;
}

.page1 {
	width: 100%;
	height: 100vh;
	/* background: url('../images/page1.jpg') no-repeat; */
	position: relative;
	/* padding-top: 2rem; */
	box-sizing: border-box;
}

#spbanner {
	height: 100vh !important;
}

.page1 #spbanner li {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 100vh !important;
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 2rem;
}

.page1 #spbanner li:nth-child(1) {}

@keyframes mymoveleft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px);
	}

	80% {
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes mymoveleft

/* Safari and Chrome */
	{
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px);
	}

	80% {
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.page1tit {
	font-size: 0.3rem;
	font-family: SourceHanSansCN;
	font-weight: 300;
	color: #F6F6F6;
	text-align: right;
	margin-right: 2.33rem;
	margin-bottom: 0.6rem;
}

.page1img {
	height: 6rem;
	text-align: right;
}

.page1img img {
	height: 100%;
}

.page1rx {
	width: 624px;
	height: 58px;
	background: #CE2520;
	border-radius: 29px;
	font-size: 30px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 58px;
	position: absolute;
	bottom: 1.2rem;
	right: 60px;
}

.page2 {
	width: 100%;
	height: 100vh;
	background: url('../images/page2.jpg') no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	position: relative;
	padding-top: 2rem;
}

.page2 .page2img {
	margin-left: 54px;
}

.page2r {
	width: 717px;
}

.page2r .page2tit .t {
	width: 22px;
	height: 4px;
	background: #434343;
	margin-bottom: 25px;
}

.page2r .page2tit .yw {
	font-size: 50px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #434343;
	margin-bottom: 23px;
	text-transform: uppercase;
}

.page2r .page2tit .wz {
	font-size: 25px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #CE2520;
}

.page2r .info {
	font-size: 16px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #595959;
	line-height: 36px;
	margin-bottom: 40px;
}

.page2r .btnlist li {
	margin-right: 60px;
	text-align: center;
	transition: 0.5s;
}

.page2r .btnlist li .t {
	width: 79px;
	height: 79px;
	background: #CE2520;
	border-radius: 50%;
	text-align: center;
	line-height: 79px;
	transition: all 0.5s;
}

.page2r .btnlist li .wz {
	font-size: 16px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #CE2520;
	margin-top: 16px;
}

.page2r .btnlist li:hover {
	transform: translateY(-10px);
}

.page2r .more {
	width: 163px;
	height: 41px;
	border: 1px solid #737373;
	font-size: 16px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #6A6A6A;
	text-align: center;
	line-height: 41px;
	opacity: 0.8;
	margin-top: 39px;
	float: right;
	overflow: hidden;
	transition: 1s;
}

.btn-hover {
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease
}

.btn-hover:after {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	content: "";
	position: absolute;
	left: 50%;
	top: -10%;
	width: 0;
	height: 120%;
	background: #c3191f;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease
}

.btn-hover:hover:after {
	width: 120%
}

.btn-hover span {
	position: relative;
	z-index: 2;
}

.page2r .btn-hover:hover span {
	text-align: center;
	color: #fff !important;
	display: block;
}

.btn-hover:hover {
	border-color: transparent;
}

.page2r .more:hover img {
	transform: translateY(30px);
}



/* .page2r .more:hover span {
	display: block;
	text-align: center;
	color: #fff;
} */

/* .page2r .more:hover {
	background: #CE2520;
	border: 1px solid #CE2520;
}
 */
.page2r .more img {
	margin-left: 20px;
	transition: 0.5s;
}

.page3 {
	text-align: center;
	width: 100%;
	height: 100vh;
	background: url('../images/page3.png') no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	position: relative;
	padding-top: 2rem;
}

.page3tit .t {
	width: 22px;
	height: 4px;
	background: #434343;
	margin: auto;
}

.page3tit .yw {
	font-size: 50px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 25px;
	text-transform: uppercase;
}

.page3tit .hz {
	font-size: 25px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #CE2520;
}

.page3 .page3btnlist {
	margin-top: 157px;
	justify-content: space-between;
}

.page3 .page3btnlist .img {
	width: 206px;
	height: 206px;
	transition: 0.5s;
	margin: auto;
}

.page3 .page3btnlist li:hover .img {
	transform: rotateY(180deg);
}

.page3 .page3btnlist .tit-t {
	font-size: 22px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 32px;
}

.page3 .page3btnlist .tit-b {
	font-size: 16px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 20px;
}

.page4 {
	text-align: center;
	width: 100%;
	height: 100vh;
	background: url('../images/page4.jpg') no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	position: relative;
	padding-top: 2rem;
}

.page4 .page3tit .t {
	background: #fff;
}

.page4 .lunbo {
	margin-top: 60px;
	position: relative;
}

.page4 .lunbo li {
	width: 259px;
}

.page4 .lunbo li .lunbimg {
	width: 259px;
	height: 316px;
	background: #FFFFFF;
	border-radius: 10px;
	align-items: center;
	justify-content: center;
}

.page4 .lunbo li .lunbimg img {
	width: 174px;
	height: 237px;
	transition: 0.5s;
}

.page4 .lunbo li .lunbimg:hover img {
	transform: scale(1.1, 1.1);
}

.page4 .lunbo .am-slider-default {
	background: transparent;
}

.page4 .lunbo li .tit {
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
	margin-top: 23px;
}

.page4 .lunbo .bannerprebtn {
	width: 57px;
	height: 57px;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	text-align: center;
	line-height: 54px;
	position: absolute;
	top: 40%;
	left: -100px;
	transition: 0.5s;
}

.page4 .lunbo .bannerprebtn:hover {
	background: #CE2520;
	border: 1px solid #CE2520;
}

.page4 .lunbo .bannernextbtn:hover {
	background: #CE2520;
	border: 1px solid #CE2520;
}

.page4 .lunbo .bannernextbtn {
	width: 57px;
	height: 57px;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	text-align: center;
	line-height: 54px;
	position: absolute;
	top: 40%;
	right: -100px;
	transition: 0.5s;
}

.page4 .more {
	width: 163px;
	height: 41px;
	border: 1px solid #fff;
	font-size: 16px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #fff;
	text-align: center;
	line-height: 41px;
	cursor: pointer;
	margin-top: 50px;
	transition: 0.5s;
}

.page4 .more img {
	margin-left: 10px;
}

/* .page4 .more:hover {
	background:transparent;
	border: 1px solid #CE2520;
} */

.page4 .more {
	-webkit-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
	background: -webkit-linear-gradient(180deg, transparent, transparent, #c2191f, #c2191f);
	background-position: 99% 50%;
	background-size: 300% 300%;
}

.page4 .more:hover {
	border: 1px solid transparent;
	color: #fff;
	background-position: 1% 50%;
}

.page5 {
	padding-top: 2rem;
	position: relative;
	background-color: #F4F4F4;
	background-image: url('../images/page5.jpg');
	background-repeat: no-repeat;
	background-size: 50% 100%;
	background-position: left center;
	width: 100%;
	height: 100vh;
}

/* .page5 .l {
	width: 50%;
	height: 100vh;
	
	background-size: 100% 100%;
} */
.page5 .r {
	/* width: 50%; */
	/* height: 100vh; */
	/* background: #F4F4F4; */
	/* padding-left: 94px; */
	/* padding-top: 0.5rem; */
}

.page5 .r .page5tit {
	/* margin-top: 110px; */
}

.page5 .r .page5tit .t {
	width: 22px;
	height: 4px;
	background: #434343;
	margin-bottom: 20px;
}

.page5 .r .page5tit .yw {
	font-size: 50px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #434343;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.page5 .r .page5tit .hz {
	font-size: 25px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #CE2520;
}

.page5list {
	margin-top: 40px;
}

.page5list li {
	width: 506px;
	margin-bottom: 20px;
	background: #FFFFFF;
	border-left: 3px solid #CE2520;
	padding: 20px 33px;
	cursor: pointer;
}

.page5list li:hover .tit {
	color: #CE2520;
}

.page5list li .tit {
	font-size: 16px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #5D5D5D;
	margin-bottom: 17px;
	transition: 0.5s;
}

.page5list li .bo {
	font-size: 14px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #8F8F8F;
}

.page5list li .bo img {
	margin-right: 9px;
}

.page5 .more {
	width: 163px;
	height: 41px;
	border: 1px solid #737373;
	font-size: 16px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #6A6A6A;
	line-height: 41px;
	text-align: center;
	margin-top: 50px;
	overflow: hidden;
}

/* .page5 .more:hover img {
	transform: translateY(30px);
} */

.page5 .more span {
	transition: 1s;
}

.page5 .more:hover span {
	display: block;
	text-align: center;
	color: #fff;
}

.page5 .more:hover {
	background: #CE2520;
	border: 1px solid #CE2520;
}
.btn_hover2{position: relative;-moz-transition: all 0.2s;-o-transition: all 0.2s;-webkit-transition: all 0.2s;transition: all 0.2s;overflow: hidden;}
.anim {-moz-transform: translateY(-50%) translateX(-50%);-ms-transform: translateY(-50%) translateX(-50%);-webkit-transform: translateY(-50%) translateX(-50%);transform: translateY(-50%) translateX(-50%);position: absolute;top: 50%;left: 50%;}
.btn_hover2:hover > .anim{-moz-animation: anim-out 1s;-webkit-animation: anim-out 1s;animation: anim-out 1s;}
.btn_hover2:hover > .anim:after{-moz-animation: anim-out-pseudo 1s;-webkit-animation: anim-out-pseudo 1s;animation: anim-out-pseudo 1s;}
.anim:before {position: relative;content: '';display: block;margin-top: 100%;}
.anim:after {content: '';position: absolute;top: 0;bottom: 0;left: 0;right: 0;border-radius: 50%;}

.page5 .lunb {
	width: 642px;
	height: 360px;
	border: 3px solid #fff;
	margin-top: 2rem;
	/* position: absolute;
	left: 360px;
	top: 557px; */
	overflow: hidden;
	margin-left: 48px;
	margin-right: 43px;
}

.page5 .lunb .am-slider-default .am-control-nav {
	bottom: 14px;
}

.page5 .lunb .am-slider-default .am-control-nav li a {
	background: #fff;
}

.page5 .lunb .am-slider-default .am-control-nav li a.am-active {
	background: #C80002;
}

.page5 .lunb .bannernextbtn {
	width: 178px;
	height: 78px;
	align-items: center;
	padding-left: 23px;
	position: absolute;
	top: 142px;
	right: 0;
}

.page5 .lunb .bannernextbtn .slt {
	opacity: 0;
	margin-right: 22px;
}

.page5 .lunb .bannernextbtn .slt img {
	width: 113px;
	height: 63px;
}

.page5 .lunb .bannernextbtn:hover {
	background: #C80002;
}

.page5 .lunb .bannernextbtn:hover .slt {
	opacity: 1;
}

.page5 .lunb .bannerprebtn:hover {
	background: #C80002;
}

.page5 .lunb .bannerprebtn:hover .slt {
	opacity: 1;
}

.page5 .lunb .bannerprebtn {
	width: 178px;
	height: 78px;
	align-items: center;
	padding-right: 23px;
	position: absolute;
	top: 142px;
}

.page5 .lunb .bannerprebtn .slt {
	margin-left: 22px;
	opacity: 0;
}

.page5 .lunb .bannerprebtn .slt img {
	width: 113px;
	height: 63px;
}

.page6 {
	text-align: center;
	width: 100%;
	height: 100vh;
	background: url('../images/page6.jpg') no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	position: relative;
	padding-top: 2rem;
}

.page6 .page3tit .t {
	background: #fff;
}

.page6 .ditu {
	margin-top: 54px;
}

.page6 .ditu .l {
	width: 600px;
	height: 300px;
	border: 3px solid #fff;
}

.page6 .ditu .r {
	background: #fff;
	padding-top: 27px;
	padding-left: 31px;
	flex: 1;
	text-align: left;
}

.page6 .ditu .r .gs {
	font-size: 24px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #464646;
	margin-bottom: 24px;
}

.page6 .ditu .r .lxr {
	font-size: 22px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #212121;
	line-height: 36px;
}

.page6 .ditu .r .diz {
	ont-size: 16px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #6A6A6A;
	line-height: 30px;
}

.page6 .ditutab {
	margin-top: 46px;
	position: relative;
}

.page6 .ditutab .xx {
	width: 1200px;
	height: 1px;
	background: #fff;
	opacity: 0.6;
}

.page6 .ditutab .am-slides li {
	width: 162px;
	height: 85px;
	margin-right: 67px;
	background: url('../images/dittabl.png') no-repeat;
	font-size: 18px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	padding-top: 46px;
}

.page6 .ditutab .am-slides .active {
	background: url('../images/dittabh.png') no-repeat;
}

.page6 .ditutab .boo {
	padding: 0 60px;
	position: absolute;
	top: -2px;
}

.page6 .bottom {
	width: 100%;
	height: 69px;
	background: #000000;
	opacity: 0.6;
	font-size: 16px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 69px;
	position: absolute;
	bottom: 0;
}
